var testing.testlog
8 uses
testing (current package)
testing.go#L479: testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
testing.go#L513: testlog *string
testing.go#L2657: if *testlog != "" {
testing.go#L2663: f, err = os.Create(*testlog)
testing.go#L2665: f, err = os.OpenFile(*testlog, os.O_WRONLY, 0)
testing.go#L2697: if *testlog != "" {
testing.go#L2699: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
testing.go#L2703: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)